Developing Data Products.md

Developing Data Products

author: G. Netherton date: 01-17-2016

Family Relocation

My family is considering relocating to another state. Crime in the state is an obvious concern, particularly the following 3 kinds of crime:

Using the USArrests dataset, I wrote an app to review the number of each kind of crime for each state.

Snapshot of the Dataset (USArrests)

head(USArrests)
           Murder Assault UrbanPop Rape
Alabama      13.2     236       58 21.2
Alaska       10.0     263       48 44.5
Arizona       8.1     294       80 31.0
Arkansas      8.8     190       50 19.5
California    9.0     276       91 40.6
Colorado      7.9     204       78 38.7

Major Concerns

I have a family of 4, including myself:

Decisions, Decisions

alt text



NetGary0430/DataProdProj documentation built on May 7, 2019, 6:06 p.m.